home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 76 / XENIATGM66.iso / Patch / Shadow Company / scgsc_client.exe / 0 / RCDATA / TREG_FORM / TREG_FORM.txt
Text File  |  1999-11-13  |  4KB  |  174 lines

  1. object reg_form: Treg_form
  2.   Left = 475
  3.   Top = 264
  4.   BorderStyle = bsDialog
  5.   Caption = 'Register MP3Spy'
  6.   ClientHeight = 230
  7.   ClientWidth = 376
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object reglink: TLabel
  22.     Left = 16
  23.     Top = 96
  24.     Width = 244
  25.     Height = 14
  26.     Cursor = crHandPoint
  27.     Caption = 'Need a registration key? Lost your key? Click here!'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlue
  30.     Font.Height = -11
  31.     Font.Name = 'Arial'
  32.     Font.Style = [fsUnderline]
  33.     ParentFont = False
  34.     OnClick = reglinkClick
  35.   end
  36.   object Label4: TLabel
  37.     Left = 16
  38.     Top = 8
  39.     Width = 262
  40.     Height = 84
  41.     Caption = 
  42.       'MP3Spy is Shareware!'#13#10'You'#39're welcome to try it out and see what ' +
  43.       'you think.'#13#10'However, if you'#39're a regular user, please register t' +
  44.       'his software to help support future development. A lifetime regi' +
  45.       'stration and access to all future upgrades is only U.S. $20.00.'
  46.     WordWrap = True
  47.   end
  48.   object GroupBox1: TGroupBox
  49.     Left = 16
  50.     Top = 112
  51.     Width = 273
  52.     Height = 113
  53.     Caption = ' Registration Information '
  54.     TabOrder = 0
  55.     object Label2: TLabel
  56.       Left = 8
  57.       Top = 21
  58.       Width = 245
  59.       Height = 28
  60.       Caption = 
  61.         'Note: If possible, paste the information below from your registr' +
  62.         'ation E-Mail to assure accuracy'
  63.       WordWrap = True
  64.     end
  65.     object Label1: TLabel
  66.       Left = 8
  67.       Top = 55
  68.       Width = 74
  69.       Height = 14
  70.       Caption = '&E-Mail address:'
  71.     end
  72.     object Label3: TLabel
  73.       Left = 60
  74.       Top = 79
  75.       Width = 22
  76.       Height = 14
  77.       Caption = '&Key:'
  78.     end
  79.     object email_box: TEdit
  80.       Left = 88
  81.       Top = 51
  82.       Width = 137
  83.       Height = 22
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clWindowText
  86.       Font.Height = -11
  87.       Font.Name = 'Arial'
  88.       Font.Style = []
  89.       ParentFont = False
  90.       TabOrder = 0
  91.     end
  92.     object key_box: TEdit
  93.       Left = 88
  94.       Top = 75
  95.       Width = 137
  96.       Height = 22
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = clWindowText
  99.       Font.Height = -11
  100.       Font.Name = 'Arial'
  101.       Font.Style = []
  102.       ParentFont = False
  103.       TabOrder = 1
  104.     end
  105.   end
  106.   object rightpanel: TPanel
  107.     Left = 295
  108.     Top = 0
  109.     Width = 81
  110.     Height = 230
  111.     Align = alRight
  112.     Color = clNavy
  113.     Font.Charset = DEFAULT_CHARSET
  114.     Font.Color = clWindowText
  115.     Font.Height = -11
  116.     Font.Name = 'Arial'
  117.     Font.Style = []
  118.     ParentFont = False
  119.     TabOrder = 1
  120.     object ok_butt: TRxSpeedButton
  121.       Left = -1
  122.       Top = 1
  123.       Width = 82
  124.       Height = 24
  125.       Caption = 'OK'
  126.       Flat = True
  127.       ModalResult = 1
  128.       Transparent = True
  129.       OnClick = ok_buttClick
  130.     end
  131.     object cancel_butt: TRxSpeedButton
  132.       Left = -1
  133.       Top = 25
  134.       Width = 82
  135.       Height = 24
  136.       Caption = 'Cancel'
  137.       Flat = True
  138.       ModalResult = 2
  139.       Transparent = True
  140.       OnClick = cancel_buttClick
  141.     end
  142.     object findanim: TAnimate
  143.       Left = 16
  144.       Top = 96
  145.       Width = 48
  146.       Height = 50
  147.       Active = False
  148.       CommonAVI = aviFindFile
  149.       StopFrame = 23
  150.       Visible = False
  151.     end
  152.   end
  153.   object Timer1: TTimer
  154.     Enabled = False
  155.     Interval = 5000
  156.     OnTimer = Timer1Timer
  157.     Left = 264
  158.     Top = 24
  159.   end
  160.   object badtimer: TTimer
  161.     Enabled = False
  162.     Interval = 5000
  163.     OnTimer = badtimerTimer
  164.     Left = 264
  165.     Top = 56
  166.   end
  167.   object goodtimer: TTimer
  168.     Enabled = False
  169.     OnTimer = goodtimerTimer
  170.     Left = 264
  171.     Top = 96
  172.   end
  173. end
  174.